Documentation Index
Fetch the complete documentation index at: https://docs.buildbetter.ai/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started with BuildBetter SH
Install in one line, sign in once, then your AI coding agent picks up the BuildBetter skills automatically.1. Install the CLI
Run this in your terminal:- Download the
bbbinary for your OS and architecture - Place it in
~/.buildbetter/bin/bband add that directory to yourPATH - Detect which coding agents you have installed (Claude Code, Codex, Cursor, etc.) and offer to install matching skill packs
Prerequisites
| Requirement | Notes |
|---|---|
| OS | macOS 12+ or Linux (x86_64 / arm64) |
| Shell | bash, zsh, or fish |
| Git | Required — sessions are indexed by repo, branch, and commit |
| At least one coding agent | Claude Code, Codex, Cursor, Copilot CLI, Gemini CLI, Windsurf, or Amazon Q |
2. Verify the install
bb doctor reports which agents it detected, where their skill directories live, and whether your PATH and shell rc files are wired up correctly.
3. Sign in (optional but recommended)
- Your agent sessions sync to the cloud and become resumable on any machine
- Teammates can pull each other’s sessions for the same branch
- Skills update automatically when your team improves them
4. Install the skills
The installer prompts you to install the default packs, or you can install them manually:5. Use the skills in your agent
Open your coding agent and type/ — the BuildBetter skills appear in the slash command list.
/bb-specify
Draft a feature spec from a description, with customer signals attached
/bb-plan
Generate a phased implementation plan from the spec
/bb-review
Review code against your team’s encoded conventions
/trust-but-verify
Walk the UI like a real user before merging
Updating
bb binary and updates every installed skill pack.
Uninstalling
bb binary, every installed skill, and the ~/.buildbetter/ directory. Your agent sessions in the BuildBetter cloud are not deleted — sign in to buildbetter.ai and delete them there if you want them gone.
Troubleshooting
`bb: command not found` after install
`bb: command not found` after install
The installer added
~/.buildbetter/bin to your shell’s rc file, but the current shell doesn’t have it loaded. Open a new terminal window, or run source ~/.zshrc (or ~/.bashrc).Skills don't show up in my coding agent
Skills don't show up in my coding agent
Run
bb doctor to confirm the skills directory matches what your agent expects. Restart the agent after installing or updating skills — most agents only scan the skills directory at startup.`curl | sh` is blocked by my org
`curl | sh` is blocked by my org
Download the binary directly from the latest release and place it on your
PATH manually. Then run bb skills install spec-workflow testing core to fetch the skill packs.I'm behind a corporate proxy
I'm behind a corporate proxy
bb respects standard HTTP_PROXY / HTTPS_PROXY / NO_PROXY environment variables. Set them in your shell before running bb login or bb skills update.Next steps
Browse the skills
See what each skill does and when to reach for it
Resume an agent session
Pick up where a teammate left off